object Form_ImgPick: TForm_ImgPick Left = 318 Top = 222 Width = 440 Height = 328 BorderIcons = [biSystemMenu] Caption = 'Select node icon' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyPress = FormKeyPress PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 432 Height = 223 Align = alClient BevelOuter = bvNone BevelWidth = 9 BorderWidth = 5 TabOrder = 0 object List_Icn: TGFXListBox Left = 5 Top = 5 Width = 422 Height = 213 Align = alClient Columns = 4 ExtendedSelect = False ItemHeight = 20 TabOrder = 0 OnDblClick = List_IcnDblClick end end object Panel2: TPanel Left = 0 Top = 223 Width = 432 Height = 73 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Button_Cancel: TButton Left = 111 Top = 38 Width = 92 Height = 31 Hint = 'Close dialog box without selecting an image' Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object Button_OK: TButton Left = 12 Top = 38 Width = 93 Height = 31 Hint = 'Assign selected image' Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CB_Children: TCheckBox Left = 12 Top = 5 Width = 297 Height = 21 Caption = '&Also use this icon for all child nodes' TabOrder = 2 end end object FormPlacement: TFormPlacement IniSection = 'NodeIconDlg' Options = [fpPosition] Left = 280 Top = 240 end end